DocumentSelectorSettings
data class DocumentSelectorSettings(val types: Set<String>, val allowMultiple: Boolean = false, val allowCreation: Boolean = false)
Configures the settings for a UIDocumentBrowserViewController
Parameters
types
List of file types that can be opened
allowMultiple
Indicates whether the user can select multiple files
allowCreation
Indicates whether the user can create new files